
// -------------------------- AMMUNITION -------------------------- //

// Range: [900, 999]
// Take care not to use this ids on other items!
//
// Ammunition: 357cal 375cal 38cal 45cal 50cal 120cal 4_7mm 5_45mm 5_56mm 5_70mm 7_62mm 9_mm Rocket None Cst0 Cst1 ... Cst30
// Damage: Physical
// ArmorFactor: Defines how much the damage will be reduces by armor (default: 1.0f = normal armor; min. 0.0f = no armor)
// Projectiles: Defines the number of pellets shot
// 7.62x54mmR(Cst0) 9x39mm(Cst1) 4.6x30mm(Cst2) .30-06 Springfield(Cst3) 6.8mm SPC(Cst4)

//--STACKSIZE IS 5---
//--PRICE IS ACTUAL A FIFTH---


// 357cal
Ammunition (900)
{
	Price 250
	BoxSize 9
	Weight 11
	Ammunition 357cal
	ArmorFactor 0.75
	Icon 0 504 400 56 40
	Picture 1 1 5 1
	
	Deliverable
}

// 38cal
Ammunition (902)
{
	Price 100
	BoxSize 18
	Weight 9
	Ammunition 38cal
	ArmorFactor 1.6
	Icon 0 616 400 56 40
	Picture 1 3 6 1
	
	Deliverable	
}

// 45cal
Ammunition (903)
{
	Price 150
	BoxSize 10
	Weight 12
	Ammunition 45cal
	ArmorFactor 0.93
	Icon 0 672 400 56 40
	Picture 1 0 5 1
	
	Deliverable
}

// 50cal
Ammunition (904)
{
	Price 600
	BoxSize 5
	Weight 24
	Ammunition 50cal
	ArmorFactor 0.25
	Icon 0 728 400 56 40
	Picture 1 4 5 1
	
	Deliverable	
}

// 120cal
Ammunition (905)
{
	Price 230
	BoxSize 14
	Weight 18
	Ammunition 120cal
	ArmorFactor 1.8
	Projectiles 20	
	Icon 0 392 400 56 40
	Picture 1 0 6 1
	
	Deliverable
}

// 4_7mm
Ammunition (906)
{
	Price 1200
	BoxSize 50
	Weight 14
	ArmorFactor 0.64
	Ammunition 4_7mm	
	Icon 0 0 400 56 40
	Picture 1 1 7 1
	
	Deliverable
}

// 5_45mm
Ammunition (907)
{
	Price 480
	BoxSize 30
	Weight 13
	Ammunition 5_45mm
	ArmorFactor 0.64
	Icon 0 56 400 56 40	
	Picture 1 1 6 1
	
	Deliverable
}

// 5_56mm
Ammunition (908)
{
	Price 450
	BoxSize 30
	Weight 12
	Ammunition 5_56mm
	ArmorFactor 0.63
	Icon 0 112 400 56 40
	Picture 1 2 5 1
	
	Deliverable
}

// 5_70mm
Ammunition (909)
{
	Price 1400
	BoxSize 50
	Weight 16
	Ammunition 5_70mm
	ArmorFactor 0.59
	Icon 0 224 400 56 40
	Picture 1 0 7 1
	
	Deliverable	
}

// 7_62mm WP
Ammunition (910)
{
	Price 450
	BoxSize 30
	Weight 15
	Ammunition 7_62mm
	ArmorFactor 0.76
	Icon 0 162 398 56 40
	Picture 8 6 5 1
	
	Deliverable
}

// 7_62mm_Nato
Ammunition (901)
{
	Price 375
	BoxSize 20
	Weight 17
	Ammunition 7_62mm_Nato
	ArmorFactor 0.52
	Icon 0 336 400 56 40
	Picture 1 9 1 1
	
	Deliverable
}

// 9_mm
Ammunition (911)
{
	Price 200
	BoxSize 15
	Weight 10
	Ammunition 9_mm	
	ArmorFactor 1.3
	Icon 0 840 400 56 40
	Picture 1 2 6 1
	
	Deliverable
}

// Rocket
Ammunition (912)
{
	Price 1200
	BoxSize 1
	Weight 1100
	Ammunition Rocket
	Icon 0 280 280 56 40
	Picture 1 2 7 2
	
	Deliverable
}

// Grenade
Ammunition (913)
{
	Price 1200
	BoxSize 3
	Weight 1050
	Ammunition Grenade
	Icon 0 0 360 56 40
	Picture 1 9 7 1
	
	Deliverable
}

// 7.62x54mmR
Ammunition (914)
{
	Price 450
	BoxSize 20
	Weight 17
	Ammunition Cst0
	ArmorFactor 0.48
	Icon 0 280 400 56 40
	Picture 1 3 5 1
	Deliverable
}

// 9x39mm 
Ammunition (915)
{
	Price 460
	BoxSize 20
	Weight 15
	Ammunition Cst1
	ArmorFactor 0.54
	Icon 0 448 400 56 40
	Picture 8 9 3 1
	Deliverable
}

// 4.6x30mm
Ammunition (916)
{
	Price 930
	BoxSize 40
	Weight 13
	ArmorFactor 0.66
	Ammunition Cst2
	Icon 0 562 400 56 40
	Picture 8 8 3 1
	
	Deliverable
}

// .30-06 Springfield
Ammunition (917)
{
	Price 420
	BoxSize 20
	Weight 17
	Ammunition Cst3
	ArmorFactor 0.87
	Icon 0 784 400 56 40
	Picture 8 9 9 1
	
	Deliverable
}

// 6.8mm SPC
Ammunition (918)
{
	Price 480
	BoxSize 20
	Weight 14
	Ammunition Cst4
	ArmorFactor 0.51
	Icon 0 900 400 56 40
	Picture 8 9 4 1
	
	Deliverable
}
